home *** CD-ROM | disk | FTP | other *** search
- HER2K(3F) Last changed: 11-2-98
-
-
- NNAAMMEE
- CCHHEERR22KK, ZZHHEERR22KK - Performs Hermitian rank 2_k update of a complex
- Hermitian matrix
-
- SSYYNNOOPPSSIISS
- Complex
-
- CCAALLLL CCHHEERR22KK ((_u_p_l_o,, _t_r_a_n_s,, _n,, _k,, _a_l_p_h_a,, _a,, _l_d_a,, _b,, _l_d_b,, _b_e_t_a,, _c,,
- _l_d_c))
-
- Double complex
-
- CCAALLLL ZZHHEERR22KK ((_u_p_l_o,, _t_r_a_n_s,, _n,, _k,, _a_l_p_h_a,, _a,, _l_d_a,, _b,, _l_d_b,, _b_e_t_a,, _c,,
- _l_d_c))
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- IRIX systems
-
- DDEESSCCRRIIPPTTIIOONN
- These routines perform a Hermitian rank 2_k update of a complex
- Hermitian matrix. They perform one of the following Hermitian rank 2_k
- operations:
- _H _H
- _C <- _a_l_p_h_a _A_B + conj(_a_l_p_h_a) _B_A + _b_e_t_a*_C
- _H H
- _C <- _a_l_p_h_a _A _B + conj(_a_l_p_h_a) B A + _b_e_t_a*_C
-
- where the following is true:
- _H _H
- * _A and _B are the conjugate transposes of _A and _B, respectively;
-
- * _a_l_p_h_a and _b_e_t_a are scalars;
-
- * _C is an _n-by-_n Hermitian matrix,
-
- * _A and _B are _n-by-_k matrices in the first operation listed
- previously, and _k-by-_n matrices in the second.
-
- These routines have the following arguments:
-
- _u_p_l_o Character*1. (input)
- Specifies whether the upper or lower triangular part of
- array _c is referenced, as follows:
-
- _u_p_l_o = 'U' or 'u': only the upper triangular part of _c is
- referenced.
- _u_p_l_o = 'L' or 'l': only the lower triangular part of _c is
- referenced.
-
- _t_r_a_n_s Character*1. (input)
- Specifies the operation to be performed, as follows:
- _H _H
- _t_r_a_n_s = 'N' or 'n': _C <- _a_l_p_h_a _A_B + conj(_a_l_p_h_a) _B_A +
- _b_e_t_a*_C
-
- _H _H
- _t_r_a_n_s = 'C' or 'c': _C <- _a_l_p_h_a _A B + conj(_a_l_p_h_a) _B A +
- _b_e_t_a*_C
-
- _n Integer. (input)
- Specifies the order of matrix _C. _n must be >= 0.
-
- _k Integer. (input)
-
- On entry with _t_r_a_n_s = 'N' or 'n', _k specifies the number of
- columns of matrices _A and _B.
-
- On entry with _t_r_a_n_s = 'C' or 'c', _k specifies the number of
- rows of matrices _A and _B.
-
- _k must be >= 0.
-
- _a_l_p_h_a First scalar factor. (input)
- CCHHEERR22KK: Complex.
- ZZHHEERR22KK: Double complex.
-
- _a Array of dimension (_l_d_a,_k_a). (input)
- CCHHEERR22KK: Complex array.
- ZZHHEERR22KK: Double complex array.
- When _t_r_a_n_s = 'N' or 'n', _k_a is _k; otherwise, it is _n.
- Contains matrix _A.
-
- Before entry with _t_r_a_n_s = 'N' or 'n', the leading _n-by-_k
- part of array _a must contain matrix _A; otherwise, the
- leading _k-by-_n part of array _a must contain matrix _A.
-
- _l_d_a Integer. (input)
- Specifies the first dimension of _a as declared in the
- calling program.
-
- If _t_r_a_n_s = 'N' or 'n', _l_d_a >= MMAAXX(1,_n); otherwise, _l_d_a >=
- MMAAXX(1,_k).
-
- _b Array of dimension (_l_d_b,_k_b). (input)
- CCHHEERR22KK: Complex array.
- ZZHHEERR22KK: Double complex array.
- When _t_r_a_n_s = 'N' or 'n', _k_b is _k; otherwise, it is _n.
- Contains matrix _B.
-
- Before entry with _t_r_a_n_s = 'N' or 'n', the leading _n-by-_k
- part of array _b must contain matrix _B; otherwise, the
- leading _k-by-_n part of array _b must contain matrix _B.
-
- _l_d_b Integer. (input)
- Specifies the first dimension of _b as declared in the
- calling program. If _t_r_a_n_s = 'N' or 'n', _l_d_b >= MMAAXX(1,_n);
- otherwise, _l_d_b >= MMAAXX(1,_k).
-
- _b_e_t_a First scalar factor. (input)
- CCHHEERR22KK: Real.
- ZZHHEERR22KK: Double precision.
-
- _c Array of dimension (_l_d_c,_n). (input)
- CCHHEERR22KK: Complex array.
- ZZHHEERR22KK: Double complex array.
- Contains matrix _C.
-
- Before entry with _u_p_l_o = 'U' or 'u', the leading _n-by-_n
- upper triangular part of array _c must contain the upper
- triangular part of the Hermitian matrix. The strictly lower
- triangular part of _c is not referenced. On exit, the upper
- triangular part of the updated matrix overwrites the upper
- triangular part of array _c.
-
- Before entry with _u_p_l_o = 'L' or 'l', the leading _n-by-_n
- lower triangular part of array _c must contain the lower
- triangular part of the Hermitian matrix. The strictly upper
- triangular part of _c is not referenced. On exit, the lower
- triangular part of the updated matrix overwrites the lower
- triangular part of array _c.
-
- The imaginary parts of the diagonal elements need not be set
- and are assumed to be 0. On exit, they are set to 0.
-
- _l_d_c Integer. (input)
- Specifies the first dimension of _c as declared in the
- calling program. _l_d_c >= MMAAXX(1,_n).
-
- NNOOTTEESS
- CCHHEERR22KK/ZZHHEERR22KK is a Level 3 Basic Linear Algebra Subprogram (Level 3
- BLAS).
-
- SSEEEE AALLSSOO
- SSYYRR22KK(3F)
-
- This man page is available only online.
-